home *** CD-ROM | disk | FTP | other *** search
/ Nejlepší České Hry / Nej české hry.iso / hry / zlaty kalich / zlatykalich / ZlatyKalich.exe / scripts / DefineSprite_1170 / frame_8 / DoAction.as
Text File  |  2001-12-02  |  226b  |  18 lines

  1. if(choice == 1)
  2. {
  3.    gotoAndPlay(9);
  4.    _root.romano = _root.romano + 1;
  5. }
  6. else if(choice == 2)
  7. {
  8.    gotoAndPlay(81);
  9. }
  10. else if(choice == 3)
  11. {
  12.    gotoAndPlay(91);
  13. }
  14. else if(choice == 4)
  15. {
  16.    gotoAndPlay(1);
  17. }
  18.